Click or drag to resize

PropertyCollectionAdd Method (PropertyCollection)

Adds a PropertyCollection to the collection.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public int Add(
	PropertyCollection collection
)

Parameters

collection
Type: Independentsoft.WebdavPropertyCollection
A PropertyCollection to be added.

Return Value

Type: Int32
The collection size.
See Also